@charset "utf-8";
* {
	font-family: "微软雅黑", "宋体", "黑体";
	margin: 0px;
	padding: 0px;
	border: none;
    color: #333;
	font-size: 1em;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
	body {min-width: 1200px;}
	.owl-dots {display: none;}
	.TitBox {padding: 30px 10px 10px;}
	.TitBox strong {display: block;text-align: center;line-height: 50px;font-size: 30px;color: #181515;font-weight: normal;position: relative;}
	.TitBox strong:before {content: " ";display: block;width: 50px;height: 5px;background: #ff5908;position: absolute;left: calc(50% - 30px);top: -10px;}
	.TitBox small {display: block;text-align: center;line-height: 40px;font-size: 40px;color: #d4d4d4;margin-top: -20px;text-transform: uppercase;}
	.TitBox p {margin: 0;font-size: 20px;text-align: center;line-height: 40px;font-weight: bold;}
	.TitBox p i {font-style: normal;color: #317fff;}


	/* ---- hot ---- */
	.hot {padding: 20px 0;}
	.hot-body {padding: 10px 0 20px;}
	.hot-body .list-image {position: relative;width: 100%;overflow: hidden;}
	.hot-body .list-image .list-box.active {top: 0;left: 0;opacity: 1;}
	.hot-body .list-image .product-box {width: 282px;margin: 9px;border: 1px solid #eaeaea;}
	.hot-body .list-image .product-box .img-box {margin: 0;width: 100%;height: 210px;position: relative;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.hot-body .list-image .product-box .img-box:before {content: " ";display: block;width: 0;height: 0;background: rgba(0,0,0,0.1);position: absolute;left: calc(50%);top: calc(50%);transition: all 0.5s;}
	.hot-body .list-image .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.hot-body .list-image .product-box .txt-box {padding-bottom: 10px;position: relative;}
	.hot-body .list-image .product-box .txt-box p {margin: 0;font-size: 16px;text-align: center;line-height: 40px;transition: all 0.5s;}
	.hot-body .list-image .product-box .txt-box span {width: 80px;height: 20px;line-height: 20px;text-align: center;background: #317fff;color: #fff;position: absolute;left: calc(50% - 40px);bottom: -10px;}
	/*.hot-body .list-image .product-box:hover .img-box:before {width: 100%;height: 100%;background: rgba(75,115,190,0.5);position: absolute;left: 0;top: 0;}*/
	.hot-body .list-image .product-box:hover {box-shadow: 2px 2px 5px 2px #eaeaea;}
	.hot-body .list-image .product-box:hover .img-box img {transform: scale(1.1);}

	
	/* ---- product ---- */
	.product {padding: 20px 0;}
	.product-body {padding: 10px 0 20px;}
	.product-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.product-body .product-lt {float: left;width: 20%;margin: 10px 0; box-shadow: 2px 3px 8px 3px #eaeaea;}
	.product-body .product-lt .lt-head {padding: 30px 0;background: #317fff;}
	.product-body .product-lt .lt-head p {margin: 0;font-size: 24px;line-height: 50px;text-align: center;color: #fff;}
	.product-body .product-lt .lt-body {}
	.product-body .product-lt .lt-body ul {margin: 0;}
	.product-body .product-lt .lt-body li {padding: 10px;line-height: 30px;}
	.product-body .product-lt .lt-body li a {padding-left: 2.5em;color: #999;}
	.product-body .product-lt .lt-body li:hover {background: #087fd2;}
	.product-body .product-lt .lt-body li:hover a {color: #fff;}
	.product-body .product-lt .lt-body li:nth-last-child(1) {background: #4f99c6;}
	.product-body .product-lt .lt-body li:nth-last-child(1) a {color: #fff;}
	.product-body .product-lt .lt-foot {padding: 20px;}
	.product-body .product-lt .lt-foot:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.product-body .product-lt .lt-foot .img-box {float: left;width: 60px;height: 60px;}
	.product-body .product-lt .lt-foot .img-box span {display: block;width: 60px;height: 60px;line-height: 60px;text-align: center;font-size: 48px;color: #317fff;}
	.product-body .product-lt .lt-foot .txt-box {float: left;width: calc(100% - 60px);}
	.product-body .product-lt .lt-foot .txt-box small {display: block;font-size: 14px;line-height: 30px;color: #317fff;}
	.product-body .product-lt .lt-foot .txt-box strong {display: block;font-size: 18px;line-height: 30px;color: #317fff;}

	.product-body .product-rt {float: left;width: 80%;}
	.product-body .product-rt .list-image {width: 100%;/*overflow: hidden;position: relative;*/}
	.product-body .product-rt .list-image .product-box {width: 300px;margin: 10px 0;margin-left: 20px;}
	.product-body .product-rt .list-image .product-box .img-box {width: 100%;height: 225px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.product-body .product-rt .list-image .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.product-body .product-rt .list-image .product-box .txt-box {line-height: 30px;padding: 10px 0;text-align: center;background: #f7f7f7;}
	.product-body .product-rt .list-image .product-box .txt-box p {margin: 0;color: #666;}
	.product-body .product-rt .list-image .col .product-box:nth-of-type(1) {margin-bottom: 10px;}
	.product-body .product-rt .list-image .product-box:hover .img-box img {transform: scale(1.1);}
	.product-body .product-rt .list-image .product-box:hover {box-shadow: 2px 2px 5px 2px #eaeaea;}


	/* ---- about ---- */
	.about {padding: 30px 0 40px;background: #f0f0f0;}
	.about .about-main {margin-top: 40px;position: relative;border: 1px solid #c8c8c8;}
	.about .TitBox {width: 210px;padding: 30px 0 10px;position: absolute;left: -2px;top: -60px;background: #f0f0f0;z-index: 1000;}
	.about .TitBox strong {text-align: left;}
	.about .TitBox strong:before {left: 0;}
	.about .TitBox small {text-align: left;}
	.about-body {padding: 60px 0 30px;}
	.about-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-lt {float: left;width:45%;}
	.about-body .about-lt .img-box {width: 500px;margin-left: 30px;margin-right: 10px;height: 320px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.about-body .about-lt .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
	.about-body .about-lt .img-box:hover img {transform: scale(1.1);}
	.about-body .about-rt {float: right;width: 55%;padding: 0 20px;}
	.about-body .about-rt .about-tit {padding-bottom: 20px;}
	.about-body .about-rt .about-tit strong {display: block;font-size: 40px;line-height: 40px;color: #ff5908;font-family: "Impact","Calibri","Gloucester MT";}
	.about-body .about-rt .about-tit span {display: block;font-size: 28px;line-height: 40px;color: #000000;font-weight: bold;}
	.about-body .about-rt .about-tit hr {width: 60px;height: 2px;margin: 18px 0 0;background: #ff5908;border: none;}
	.about-body .about-rt .about-txt {font-size: 16px;line-height: 30px;color: #5a5a5a;text-indent: 2em;}
	.about-body .about-rt .about-det {margin: 5px 0;}
	.about-body .about-rt .about-det:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-rt .about-det a {display: block;line-height: 30px;width: 100px;text-align: center;color: #ff5908;}
	.about-body .about-rt .about-det a:hover {background: #ff5908;color: #fff;}
	/*.about-body .about-rt  {margin: 20px auto;padding: 10px 0;box-shadow: 2px 3px 8px -3px #666;}*/
	.about-body .about-rt  ul {margin: 0;}
	.about-body .about-rt  ul:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-rt  li {float: left;width: 80px;margin: 10px;border: 1px solid #ff0f0f;position: relative;}
	.about-body .about-rt  li:after {content: " ";display:block;width:0;height:0;clear:both;}
	.about-body .about-rt  li .img-box {width: 30px;height: 30px; margin: 10px auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.about-body .about-rt  li .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
	.about-body .about-rt  li p {margin: 10px 0;padding: 0;font-size: 14px;line-height: 20px;text-align: center;color: #ff0f0f;overflow: hidden;}
	@keyframes BEmove{0% {height: 0;}0.5% {height: 100%;width: 0;}2% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:before {position: absolute;left: 0;bottom: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:before {border-left: 1px solid #ff0f0f;border-top: 1px solid #ff0f0f;animation: BEmove 30s infinite;}
	@keyframes AFmove{2% {height: 0;}2.5% {height: 100%;width: 0;}4% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:after {position: absolute;right: 0;top: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:after {border-bottom: 1px solid #ff0f0f;border-right: 1px solid #ff0f0f;animation: AFmove 30s infinite;}


	/* ---- advantage ---- */
	.advantage {}
	.advantage-body {height: 1240px;background: url(../images/advantage.jpg) center center no-repeat;}


	/* ---- slogan ---- */
	.slogan {height: 240px;background: url(../images/bg_slogan.jpg) center center / cover no-repeat;}


	/* ---- news ---- */
	.news {padding: 20px 0;}
	.news-head {height: 50px;border-bottom: 1px solid #e8e8e8;}
	.news-head:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-head .head-lt {float: left;width: 50%;padding: 10px 0;}
	.news-head .head-lt:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-head .head-lt em {display: block;float: left;font-style: normal;font-size: 24px;line-height: 30px;color: #000;}
	.news-head .head-lt i {display: block;float: left;font-style: normal;font-weight: bold;font-size: 24px;line-height: 30px;color: #999;padding-left: 20px;text-transform: uppercase;}
	.news-head .head-rt {float: left;width: 50%;padding: 10px 0;}
	.news-head .head-rt:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-head .head-rt a {float: right;display: block;width: 120px;padding: 0 30px 0 10px;font-size: 20px;line-height: 30px;z-index: 100;position: relative;}
	.news-head .head-rt a span.iconfont {display: block;width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;color: #fff;background: #8e8e8e;position: absolute;right: 5px;top: 5px;}
	.news-head .head-rt a:hover {background: #317fff;color: #fff;}
	.news-body {padding: 20px 0;}
	.news-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .swiper-container {padding-top: 70px;top: -70px;margin-bottom: -70px;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {width: 50%;margin: 10px 0;padding-right: 120px;text-align: right;left: auto;right: 0;top: 0px;bottom: auto;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {width: auto;height: 30px;margin: 0;padding: 0 10px;line-height: 30px;font-size: 20px;color: #333;border-radius: 0;background: none;opacity: 1;position: relative;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {content: " ";display:block;width:1px;height:20px;clear:both;background: #333;position: absolute;right: 0;top: 5px;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {color: #ff263e;}

	.news-body .news-box {float: left;width: 50%;margin: 20px 0;}
	.news-body .news-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .news-box:nth-of-type(n) {padding: 0 10px;padding-right: 40px;}
	.news-body .news-box:nth-of-type(2n) {padding: 0 10px;padding-left: 40px;}
	.news-body .news-box .time-box {float: left;width: 70px;height: 120px;border: 1px solid #e6e6e6;box-shadow: 0 0 5px 2px #e6e6e6;}
	.news-body .news-box .time-box i {display: block;width: 100%;height: 60px;line-height: 60px;color: #999999;font-size: 18px;text-align: center;font-style: normal;text-transform: capitalize;background: #e6e6e6;}
	.news-body .news-box .time-box em {display: block;width: 100%;height: 60px;line-height: 60px;color: #666666;font-size: 30px;text-align: center;font-style: normal;font-weight: bold;}
	.news-body .news-box .text-box {float: left;width: calc(100% - 70px);padding-left: 10px;position: relative;}
	.news-body .news-box .text-box strong {display: block;font-size: 18px;line-height: 30px;position: relative;}
	.news-body .news-box .text-box strong span.iconfont {display: block;width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;color: #fff;background: #8e8e8e;position: absolute;right: 5px;top: 5px;}
	.news-body .news-box .text-box small {display: block;font-size: 14px;line-height: 20px;color: #cccccc;}
	.news-body .news-box .text-box p {margin: 10px 0 0;font-size: 14px;line-height: 30px;}
	.news-body .news-box:hover .time-box i {color: #ffffff;background: #317fff;}
	.news-body .news-box:hover .time-box em {color: #317fff;}
	.news-body .news-box:hover .text-box strong {color: #317fff;}
	.news-body .news-box:hover .text-box strong span.iconfont {color: #fff;background: #317fff;}
	.news-body .news-box:hover .text-box small {color: #317fff;}


	/* ---- case ---- */
	.case {padding: 20px 0;}
	.case-list {width: 100%;padding: 20px 0;overflow: hidden;position: relative;}
	.case-list .list-box.active {top: 0;left: 0;opacity: 1;}
	.case-list .product-box {margin: 10px;}
	.case-list .product-box .img-box {margin: 0 auto;width: 200px;height: 100px;box-shadow: 0 0 3px 1px #e6e6e6;position: relative;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.case-list .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.case-list .product-box:hover .img-box {}
	.case-list .product-box:hover .img-box img {transform: scale(1.1);}

	.case .read-more {margin: 20px 0;}
	.case .read-more a {display: block;margin: 0 auto;width: 120px;line-height: 40px;text-align: center;background: #1e50ae;color: #fff;}
}
@media screen and (max-width: 1200px) {
	body {min-width: 1200px;}
	.owl-dots {display: none;}
	.owl-dots {display: none;}
	.TitBox {padding: 30px 10px 10px;}
	.TitBox strong {display: block;text-align: center;line-height: 50px;font-size: 30px;color: #181515;font-weight: normal;position: relative;}
	.TitBox strong:before {content: " ";display: block;width: 50px;height: 5px;background: #ff5908;position: absolute;left: calc(50% - 30px);top: -10px;}
	.TitBox small {display: block;text-align: center;line-height: 40px;font-size: 40px;color: #d4d4d4;margin-top: -20px;text-transform: uppercase;}
	.TitBox p {margin: 0;font-size: 20px;text-align: center;line-height: 40px;font-weight: bold;}
	.TitBox p i {font-style: normal;color: #317fff;}


	/* ---- hot ---- */
	.hot {padding: 20px 0;}
	.hot-body {padding: 10px 0 20px;}
	.hot-body .list-image {position: relative;width: 100%;overflow: hidden;}
	.hot-body .list-image .list-box.active {top: 0;left: 0;opacity: 1;}
	.hot-body .list-image .product-box {width: 282px;margin: 9px;border: 1px solid #eaeaea;}
	.hot-body .list-image .product-box .img-box {margin: 0;width: 100%;height: 210px;position: relative;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.hot-body .list-image .product-box .img-box:before {content: " ";display: block;width: 0;height: 0;background: rgba(0,0,0,0.1);position: absolute;left: calc(50%);top: calc(50%);transition: all 0.5s;}
	.hot-body .list-image .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.hot-body .list-image .product-box .txt-box {padding-bottom: 10px;position: relative;}
	.hot-body .list-image .product-box .txt-box p {margin: 0;font-size: 16px;text-align: center;line-height: 40px;transition: all 0.5s;}
	.hot-body .list-image .product-box .txt-box span {width: 80px;height: 20px;line-height: 20px;text-align: center;background: #317fff;color: #fff;position: absolute;left: calc(50% - 40px);bottom: -10px;}
	/*.hot-body .list-image .product-box:hover .img-box:before {width: 100%;height: 100%;background: rgba(75,115,190,0.5);position: absolute;left: 0;top: 0;}*/
	.hot-body .list-image .product-box:hover {box-shadow: 2px 2px 5px 2px #eaeaea;}
	.hot-body .list-image .product-box:hover .img-box img {transform: scale(1.1);}

	
	/* ---- product ---- */
	.product {padding: 20px 0;}
	.product-body {padding: 10px 0 20px;}
	.product-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.product-body .product-lt {float: left;width: 20%;margin: 10px 0; box-shadow: 2px 3px 8px 3px #eaeaea;}
	.product-body .product-lt .lt-head {padding: 30px 0;background: #317fff;}
	.product-body .product-lt .lt-head p {margin: 0;font-size: 24px;line-height: 50px;text-align: center;color: #fff;}
	.product-body .product-lt .lt-body {}
	.product-body .product-lt .lt-body ul {margin: 0;}
	.product-body .product-lt .lt-body li {padding: 10px;line-height: 30px;}
	.product-body .product-lt .lt-body li a {padding-left: 2.5em;color: #999;}
	.product-body .product-lt .lt-body li:hover {background: #087fd2;}
	.product-body .product-lt .lt-body li:hover a {color: #fff;}
	.product-body .product-lt .lt-body li:nth-last-child(1) {background: #4f99c6;}
	.product-body .product-lt .lt-body li:nth-last-child(1) a {color: #fff;}
	.product-body .product-lt .lt-foot {padding: 20px;}
	.product-body .product-lt .lt-foot:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.product-body .product-lt .lt-foot .img-box {float: left;width: 60px;height: 60px;}
	.product-body .product-lt .lt-foot .img-box span {display: block;width: 60px;height: 60px;line-height: 60px;text-align: center;font-size: 48px;color: #317fff;}
	.product-body .product-lt .lt-foot .txt-box {float: left;width: calc(100% - 60px);}
	.product-body .product-lt .lt-foot .txt-box small {display: block;font-size: 14px;line-height: 30px;color: #317fff;}
	.product-body .product-lt .lt-foot .txt-box strong {display: block;font-size: 18px;line-height: 30px;color: #317fff;}

	.product-body .product-rt {float: left;width: 80%;}
	.product-body .product-rt .list-image {width: 100%;/*overflow: hidden;position: relative;*/}
	.product-body .product-rt .list-image .product-box {width: 300px;margin: 10px 0;margin-left: 20px;}
	.product-body .product-rt .list-image .product-box .img-box {width: 100%;height: 225px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.product-body .product-rt .list-image .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.product-body .product-rt .list-image .product-box .txt-box {line-height: 30px;padding: 10px 0;text-align: center;background: #f7f7f7;}
	.product-body .product-rt .list-image .product-box .txt-box p {margin: 0;color: #666;}
	.product-body .product-rt .list-image .col .product-box:nth-of-type(1) {margin-bottom: 10px;}
	.product-body .product-rt .list-image .product-box:hover .img-box img {transform: scale(1.1);}
	.product-body .product-rt .list-image .product-box:hover {box-shadow: 2px 2px 5px 2px #eaeaea;}


	/* ---- about ---- */
	.about {padding: 30px 0 40px;background: #f0f0f0;}
	.about .about-main {margin-top: 40px;position: relative;border: 1px solid #c8c8c8;}
	.about .TitBox {width: 210px;padding: 30px 0 10px;position: absolute;left: -2px;top: -60px;background: #f0f0f0;z-index: 1000;}
	.about .TitBox strong {text-align: left;}
	.about .TitBox strong:before {left: 0;}
	.about .TitBox small {text-align: left;}
	.about-body {padding: 60px 0 30px;}
	.about-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-lt {float: left;width:45%;}
	.about-body .about-lt .img-box {width: 500px;margin-left: 30px;margin-right: 10px;height: 320px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.about-body .about-lt .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
	.about-body .about-lt .img-box:hover img {transform: scale(1.1);}
	.about-body .about-rt {float: right;width: 55%;padding: 0 20px;}
	.about-body .about-rt .about-tit {padding-bottom: 20px;}
	.about-body .about-rt .about-tit strong {display: block;font-size: 40px;line-height: 40px;color: #ff5908;font-family: "Impact","Calibri","Gloucester MT";}
	.about-body .about-rt .about-tit span {display: block;font-size: 28px;line-height: 40px;color: #000000;font-weight: bold;}
	.about-body .about-rt .about-tit hr {width: 60px;height: 2px;margin: 18px 0 0;background: #ff5908;border: none;}
	.about-body .about-rt .about-txt {font-size: 16px;line-height: 30px;color: #5a5a5a;text-indent: 2em;}
	.about-body .about-rt .about-det {margin: 5px 0;}
	.about-body .about-rt .about-det:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-rt .about-det a {display: block;line-height: 30px;width: 100px;text-align: center;color: #ff5908;}
	.about-body .about-rt .about-det a:hover {background: #ff5908;color: #fff;}
	/*.about-body .about-rt  {margin: 20px auto;padding: 10px 0;box-shadow: 2px 3px 8px -3px #666;}*/
	.about-body .about-rt  ul {margin: 0;}
	.about-body .about-rt  ul:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-rt  li {float: left;width: 80px;margin: 10px;border: 1px solid #ff0f0f;position: relative;}
	.about-body .about-rt  li:after {content: " ";display:block;width:0;height:0;clear:both;}
	.about-body .about-rt  li .img-box {width: 30px;height: 30px; margin: 10px auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.about-body .about-rt  li .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
	.about-body .about-rt  li p {margin: 10px 0;padding: 0;font-size: 14px;line-height: 20px;text-align: center;color: #ff0f0f;overflow: hidden;}
	@keyframes BEmove{0% {height: 0;}0.5% {height: 100%;width: 0;}2% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:before {position: absolute;left: 0;bottom: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:before {border-left: 1px solid #ff0f0f;border-top: 1px solid #ff0f0f;animation: BEmove 30s infinite;}
	@keyframes AFmove{2% {height: 0;}2.5% {height: 100%;width: 0;}4% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:after {position: absolute;right: 0;top: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:after {border-bottom: 1px solid #ff0f0f;border-right: 1px solid #ff0f0f;animation: AFmove 30s infinite;}


	/* ---- advantage ---- */
	.advantage {}
	.advantage-body {height: 1240px;background: url(../images/advantage.jpg) center center no-repeat;}


	/* ---- slogan ---- */
	.slogan {height: 240px;background: url(../images/bg_slogan.jpg) center center / cover no-repeat;}


	/* ---- news ---- */
	.news {padding: 20px 0;}
	.news-head {height: 50px;border-bottom: 1px solid #e8e8e8;}
	.news-head:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-head .head-lt {float: left;width: 50%;padding: 10px 0;}
	.news-head .head-lt:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-head .head-lt em {display: block;float: left;font-style: normal;font-size: 24px;line-height: 30px;color: #000;}
	.news-head .head-lt i {display: block;float: left;font-style: normal;font-weight: bold;font-size: 24px;line-height: 30px;color: #999;padding-left: 20px;text-transform: uppercase;}
	.news-head .head-rt {float: left;width: 50%;padding: 10px 0;}
	.news-head .head-rt:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-head .head-rt a {float: right;display: block;width: 120px;padding: 0 30px 0 10px;font-size: 20px;line-height: 30px;z-index: 100;position: relative;}
	.news-head .head-rt a span.iconfont {display: block;width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;color: #fff;background: #8e8e8e;position: absolute;right: 5px;top: 5px;}
	.news-head .head-rt a:hover {background: #317fff;color: #fff;}
	.news-body {padding: 20px 0;}
	.news-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .swiper-container {padding-top: 70px;top: -70px;margin-bottom: -70px;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {width: 50%;margin: 10px 0;padding-right: 120px;text-align: right;left: auto;right: 0;top: 0px;bottom: auto;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {width: auto;height: 30px;margin: 0;padding: 0 10px;line-height: 30px;font-size: 20px;color: #333;border-radius: 0;background: none;opacity: 1;position: relative;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before {content: " ";display:block;width:1px;height:20px;clear:both;background: #333;position: absolute;right: 0;top: 5px;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {color: #ff263e;}

	.news-body .news-box {float: left;width: 50%;margin: 20px 0;}
	.news-body .news-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .news-box:nth-of-type(n) {padding: 0 10px;padding-right: 40px;}
	.news-body .news-box:nth-of-type(2n) {padding: 0 10px;padding-left: 40px;}
	.news-body .news-box .time-box {float: left;width: 70px;height: 120px;border: 1px solid #e6e6e6;box-shadow: 0 0 5px 2px #e6e6e6;}
	.news-body .news-box .time-box i {display: block;width: 100%;height: 60px;line-height: 60px;color: #999999;font-size: 18px;text-align: center;font-style: normal;text-transform: capitalize;background: #e6e6e6;}
	.news-body .news-box .time-box em {display: block;width: 100%;height: 60px;line-height: 60px;color: #666666;font-size: 30px;text-align: center;font-style: normal;font-weight: bold;}
	.news-body .news-box .text-box {float: left;width: calc(100% - 70px);padding-left: 10px;position: relative;}
	.news-body .news-box .text-box strong {display: block;font-size: 18px;line-height: 30px;position: relative;}
	.news-body .news-box .text-box strong span.iconfont {display: block;width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 20px;color: #fff;background: #8e8e8e;position: absolute;right: 5px;top: 5px;}
	.news-body .news-box .text-box small {display: block;font-size: 14px;line-height: 20px;color: #cccccc;}
	.news-body .news-box .text-box p {margin: 10px 0 0;font-size: 14px;line-height: 30px;}
	.news-body .news-box:hover .time-box i {color: #ffffff;background: #317fff;}
	.news-body .news-box:hover .time-box em {color: #317fff;}
	.news-body .news-box:hover .text-box strong {color: #317fff;}
	.news-body .news-box:hover .text-box strong span.iconfont {color: #fff;background: #317fff;}
	.news-body .news-box:hover .text-box small {color: #317fff;}


	/* ---- case ---- */
	.case {padding: 20px 0;}
	.case-list {width: 100%;padding: 20px 0;overflow: hidden;position: relative;}
	.case-list .list-box.active {top: 0;left: 0;opacity: 1;}
	.case-list .product-box {margin: 10px;}
	.case-list .product-box .img-box {margin: 0 auto;width: 200px;height: 100px;box-shadow: 0 0 3px 1px #e6e6e6;position: relative;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.case-list .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.case-list .product-box:hover .img-box {}
	.case-list .product-box:hover .img-box img {transform: scale(1.1);}

	.case .read-more {margin: 20px 0;}
	.case .read-more a {display: block;margin: 0 auto;width: 120px;line-height: 40px;text-align: center;background: #1e50ae;color: #fff;}
}
@media (max-width: 1024px){
}
@media (max-width: 992px){
}
@media (max-width: 768px){
}
@media (max-width: 640px) {
	body {width: auto;min-width: auto;}
	.container {width: 100%;}
	.TitBox {padding: 10px;}
	.TitBox strong {font-size: 20px;line-height: 30px;padding: 5px 0;font-weight: bold;}
	.TitBox small {font-size: 28px;line-height: 30px;}
	.TitBox p {font-size: 14px;line-height: 20px;}

	.hot {padding: 10px 0;}
	.hot-body {padding: 10px 0;}
	.hot-body .list-image .product-box {margin: 9px auto;}


	.product {padding: 10px 0;}
	.product-body .product-lt {float: none;width: 100%;}
	.product-body .product-lt .lt-head {display: none;}
	.product-body .product-lt .lt-body ul:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.product-body .product-lt .lt-body li {float: left;width: 33.3334%;}
	.product-body .product-lt .lt-body li a {padding-left: 20px;}
	.product-body .product-lt .lt-body li:nth-last-child(2) {display: none;}
	.product-body .product-lt .lt-foot {padding: 10px 20px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.product-body .product-lt .lt-foot .img-box {width: 40px;height: 40px;}
	.product-body .product-lt .lt-foot .img-box span {width: 40px;height: 40px;line-height: 40px;font-size: 36px;}
	.product-body .product-lt .lt-foot .txt-box {width: auto;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.product-body .product-lt .lt-foot .txt-box small {padding: 0 5px;font-size: 20px;line-height: 40px;white-space: nowrap;}
	.product-body .product-lt .lt-foot .txt-box strong {padding: 0 5px;font-size: 20px;line-height: 40px;white-space: nowrap;}
	.product-body .product-rt {float: none;width: 100%;}
	.product-body .product-rt .list-image .product-box {margin: 0 auto;}


	.about {padding: 10px 0;}
	.about .about-main {margin: 0;}
	.about .TitBox {width: 100%;text-align: center;padding: 30px 0 10px;position: static;left: auto;top: auto;background: none;z-index: auto;}
	.about .TitBox strong {text-align: center;}
	.about .TitBox strong:before {left: calc(50% - 30px);}
	.about .TitBox small {text-align: center;}

	.about-body {padding: 10px 0;}
	.about-body .about-lt {float: none;width: 100%;margin: 0;}
	.about-body .about-lt .img-box {width: 100%;margin: 0;height: auto;}
	.about-body .about-rt {float: none;width: 100%;padding: 10px;}
	.about-body .about-rt .about-tit {padding-bottom: 10px;}
	.about-body .about-rt .about-tit strong {font-size: 28px;line-height: 40px;}
	.about-body .about-rt .about-tit span {font-size: 24px;line-height: 30px;}
	.about-body .about-rt .about-tit hr {margin-top: 8px;}
	.about-body .about-rt .about-det a {float: right;background: #ff5908;color: #fff;}
	.about-body .about-rt ul {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.about-foot {margin: 0 auto;padding: 0;}
	.about-foot li {width: calc(33.3334% - 20px);margin: 10px;}
	.about-foot li .img-box {margin: 5px auto;}
	.about-foot li p {margin: 5px 0;padding: 0;height: 60px;}
	.about-foot li p br {display: none;}

	.advantage {padding: 10px 0;}
	.advantage-body {height: 680px;-webkit-background-size: 100%;background-size: 100%;}

	.slogan {height: 100px;-webkit-background-size: 150%;background-size: 150%;}



	.case {padding: 10px 0;}
	.case-list {padding: 10px 0;}
	.case-list .product-box {width: auto;margin: 10px auto;}
	.case .read-more {margin: 10px 0;}
	.case .read-more a {line-height: 30px;}

	.news {padding: 10px 0;}
	.news-body {padding: 10px 0;}
	.news-body .news-lt {float: none;width: 100%;display: none;}
	.news-body .news-rt {float: none;width: 100%;}
	.news-body .news-rt li .time-box {padding: 40px 0;}
	.news-body .news-rt li .text-box {padding: 10px 0;padding-left: 10px;}


	.news-head {position: relative;}
	.news-head .head-lt {float: none;width: 100%;padding: 10px;}
	.news-head .head-rt {float: none;width: 100%;padding: 10px;position: absolute;bottom: 0px;left: 0;}

	.news-body .swiper-container {padding: 50px 0 0;margin: 0;top: auto;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {width: 100%;padding: 0;text-align: center;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {font-size: 16px;}
	.news-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:nth-last-child(1):before {display: none;}
	.news-body .news-box {float: none;width: 100%;margin: 10px 0;}
	.news-body .news-box:nth-of-type(n) {padding: 0 5px;}
	.news-body .news-box:nth-of-type(2n) {padding: 0 5px;}
	.news-body .news-box .time-box {width: 60px;}
	.news-body .news-box .text-box {width: calc(100% - 60px);}
	.news-body .news-box .text-box strong {font-size: 14px;}
	.news-body .news-box .text-box p {line-height: 20px;}


}
@media (max-width: 414px) {
	.hot-body .list-image .product-box {width: auto;margin: 5px 3.5px;}
	.hot-body .list-image .product-box .img-box {height: 150px;}
	.hot-body .list-image .product-box .txt-box {padding: 0;}
	.hot-body .list-image .product-box .txt-box p {font-size: 14px;line-height: 30px;}
	.hot-body .list-image .product-box .txt-box span {display: none;}

	.product-body .product-lt .lt-body li {padding: 5px;}
	.product-body .product-lt .lt-body li a {padding: 0;}
	.product-body .product-lt .lt-foot {padding: 10px;}
	.product-body .product-lt .lt-foot .txt-box small {font-size: 18px;}
	.product-body .product-lt .lt-foot .txt-box strong {font-size: 18px;}

	.product-body .product-rt .list-image .product-box {width: auto;margin: 5px 3.5px;}
	.product-body .product-rt .list-image .product-box .img-box {height: 150px;}
	.product-body .product-rt .list-image .product-box .txt-box {padding: 0;}

	.about-body .about-lt {padding: 10px;}
	.about-body .about-rt .about-txt {font-size: 14px;line-height: 25px;}
	.advantage-body {height: 420px;}

	.news-head .head-lt {padding: 10px 5px;}
	.news-head .head-lt em {font-size: 20px;}
	.news-head .head-lt i {font-size: 14px;}
	.news-head .head-rt {padding: 10px 5px;}
	.news-head .head-rt a {width: 100px;font-size: 16px;}
	.news-body .news-box .text-box p {height: 60px;overflow: hidden;}
}
@media (max-width: 375px) {
	.advantage {display: none;}
	.slogan {display: none;}
	
	.hot-body .list-image .product-box .img-box {height: 135px;}
	.product-body .product-rt .list-image .product-box .img-box {height: 135px;}
	.case-list .product-box {margin: 5px 3.75px;}
	.case-list .product-box .img-box {width: 100%;height: 90px;}
}
@media (max-width: 360px) {
	.banner .banner-container ul {padding: 5px;}
	.banner .banner-container li {padding: 5px;}
	.banner .banner-container li strong {font-size: 16px;}
	.banner .banner-container li small {line-height: 25px;}

	.hot-body .list-image .product-box {margin: 5px;}
	.hot-body .list-image .product-box .img-box {height: 130px;}

	.product-body .product-lt .lt-body li {width: 50%;}
	.product-body .product-rt .list-image .product-box {margin: 5px;}
	.product-body .product-rt .list-image .product-box .img-box {height: 130px;}

	.case-list .product-box {margin: 5px;}
	.case-list .product-box .img-box {height: 85px;}

	.news-head .head-lt i {display: none;}
}
@media (max-width: 320px) {
	.hot-body .list-image .product-box .img-box {height: 115px;}
	.product-body .product-rt .list-image .product-box .img-box {height: 115px;}
	.about-body .about-rt {padding: 5px;}
	.case-list .product-box .img-box {height: 75px;}
}